I edit the functions.php
Followed the tutorial here https://wcdocs.woothemes.com/snippets/tutorial-customising-checkout-fields-using-hooks-and-filters/
This here removes the fields completely
unset($address_fields['shipping_country']);
this just applies a class that will hide it
$address_fields['shipping_company']['class'] = array('hide_me');