I recently took over a project that was quite region heavy (ok every property, function, and field was wrapped in a region). So to remove them I wrote a little find replace regular expression that I thought I would share:
^\#Region\ "[a-z0-9A-Z- ]*"$