Hide map instructions text

Add the following CSS to the Additional CSS area in Customizer

PHP
#lpac-map-instructions{
   display: none;
}