Hi,
Did you choose Manage Stock? in Inventory tab, and give the stock quantity. If so the 10 left in stock will be display. If you want to remove that, uncheck the Manage Stock? in that particular product. If you want to hide anyway means, use this CSS
.woocommerce div.product p.stock {
display: none;
}
Let me know, what you got.
Thanks,
laranz.