How would I have Australia selected by default and have the input field not displaying heres an example of what im talking about I am using woocommerce:
A bit late but still for those who looking for correct answer
// Remove Country field from shipping calculator add_filter('woocommerce_shipping_calculator_enable_country','__return_false');