use this code :
'price' => $this->tax->calculate($product['price'], $product['tax_class_id'], $this->config->get('config_tax')),
-----------------------------------------------------------------------------
OLD CODE //'price' => $this->currency->format($this->tax->calculate($product['price'], $product['tax_class_id'], $this->config->get('config_tax'))),
REMOVE THAT //'price_formated' => $this->currency->format($this->tax->calculate($product['price'], $product['tax_class_id'], $this->config->get('config_tax'))),
ADD THIS ------------> 'price' => $this->tax->calculate($product['price'], $product['tax_class_id'], $this->config->get('config_tax')),