Add the following css to hide City and Area in submit
For developer profile
[for="developer_area"],
[for="developer_city"],
[id="developer_area"],
[id="developer_city"]{
display: none;
}
For Agency profile
[for="agency_area"],
[for="agency_city"],
[id="agency_area"],
[id="agency_city"]{
display: none;
}
Add the css in Custom CSS section from Theme Options
Clear cache to see instant results