Use the DesignerRegionCollection.Clear method to remove all regions from the collection. To remove a specific region from the collection, use the DesignerRegionCollection.Remove(DesignerRegion) method. To remove a region at a particular index, use the DesignerRegionCollection.RemoveAt(int) method.