Hide “Detect Current Location” button

Add the following CSS to the Additional CSS area in Customizer:

PHP
#lpac-find-location-btn-wrapper{
   display: none;
}