Remove currency symbol

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

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