Dawn Theme remove prices for a special category.

@noid2k

Please add this CSS to your theme

.collection .price.price--sold-out{
    display: none !important;
}

Thanks!