How to remove regions but keep language selector

Greetings

I would like to know how it would be possible to remove the countries.
I still want to do business in these countries as we ship worldwide.
I want so there is only a language selector available on the menu bar, next to the cart button.
Website is https://earthbender.ee/en

See image below.
Thanks!

You will need to use a multilingual app in this case.

@Earthbender please add this css to the very end of your base.css file and check

shopify admin->online store->themes->edit theme code->assets->base.css

.country-selector-form__wrapper {display: none;}