The code provided on April 9th works but it needs to have the word “please” removed
function avia_remove_woocommerce_frontend_search_params() {
remove_action('woocommerce_before_shop_loop','avia_woocommerce_frontend_search_params', 20);
}
add_action( 'init', 'avia_remove_woocommerce_frontend_search_params');