Add the below snippet to functions.php to remove the number of products from the search results/shop archive pages.
// Remove the result count from WooCommerce remove_action( 'woocommerce_before_shop_loop' , 'woocommerce_result_count', 20 );