Hi there,
Thanks for writing in! You can add this under Custom > CSS in the Customizer.
.x-navbar {
box-shadow: none;
}
If you want to remove the border as well then use this instead :
.x-navbar {
border: medium none;
box-shadow: none;
}
Hope this helps.
Cheers!