I have a WooCommerce shop (running local) but I want to remove the payment gateways. The customer should be able to place an order without paying any cent, I will send them
Just add this line in functions.php in your theme: add_filter('woocommerce_cart_needs_payment', '__return_false');
add_filter('woocommerce_cart_needs_payment', '__return_false');