Remove the search results count in WooCommerce.
Snippet Type
Execute on Child Sites
Snippet
remove_action('woocommerce_before_shop_loop', 'woocommerce_result_count', 20);
remove_action('woocommerce_after_shop_loop', 'woocommerce_result_count', 20);