how to remove currency selector in Hamburger menu in dawn (mobile version)- Dawn theme

For me it was in the component-localization-form.css line 441 (Dawn Theme)

.menu-drawer__localization localization-form {
display: none;
}