I had the same question, and this is how I did it. I made a child theme containing this css:
@media (max-width: 680px) {
.site-navigation.main-navigation.use-sticky-menu.sticky {display:none;}
}
If anyone has a better solution, I’d be curious to know, but it seems to work well.