You can try this css. If you want something to not be available, use display none on the element. The functionality will still be in the code. It just won't be visible.
.ow_rates_wrap.ow_small, .ow_rates_wrap.ow_small.ow_hidden {
display: none !important;
}