If you don't insert the minicart code into your page, Ecwid will not show it by default. However Ecwid will show it as soon as a customer adds any product to cart.
If you want to hide it completely, use this CSS code:
div.ecwid-minicart {
display:none !important;
}