Remove pricing block for a particular column

Add the code below to Custom CSS field on your Pricing Table widget’s Appearance tab:

.eapps-pricing-table-column-1 .eapps-pricing-table-column-price-container {
  display: none;
}

You’re welcome to change column-1 part and add the column number you need.