In theme we have option to use theme auto-complete for Location. See this help where is explained how to setup it: https://help.wprentals.org/article/how-to-disable-google-places-in-search-and-submit-how-to-enable-advanced-search-with-theme-auto-complete/

Data from autocomplete sums all details saved for each listing in these fields: City, Area, County, State, Country

–> To remove from theme auto-complete data from City field must remove highlighted code from function event_wp_estate_create_auto_function from  wp-content\themes\wprentals\libs\events.php file.

–> To remove from theme auto-complete data from Area field must remove highlighted code from function event_wp_estate_create_auto_function from  wp-content\themes\wprentals\libs\events.php file.

–> To remove from theme auto-complete data from State field must remove highlighted code from function event_wp_estate_create_auto_function from  wp-content\themes\wprentals\libs\events.php file.

–> To remove from theme auto-complete data from County field must remove highlighted code from function event_wp_estate_create_auto_function from  wp-content\themes\wprentals\libs\events.php file.

–> To remove from theme auto-complete data from Country field must remove highlighted code from function event_wp_estate_create_auto_function from  wp-content\themes\wprentals\libs\events.php file.