Why don’t you hide top header if you don’t want to show anything there (Customizer > Header > deactivate “Show Top Nav Bar”)
Instead of hiding top header you can use:
Shopping cart:
Use this css in Customizer > Custon CSS
.top-right-panel {
display: none;
}
Account:
.top-user-panel {
display: none;
}