Hide price in last column

Add this code to the Custom CSS field on the Style tab of your Pricing Table widget’s settings:

/* hide price of last column */
.eapps-pricing-table-column:last-child
.eapps-pricing-table-column-price {
  display: none;
}