Hi,
this is default value for Region, example if someone delete it, it is set to AB.
To navigate this go to:
joomlaroot/administrator/components/com_breezingcommerce/models/forms/configuration.xml
Around line 287 you will see this:
<field name="business_region" type="text" default="AB" label="COM_BREEZINGCOMMERCE_REGION" description="COM_BREEZINGCOMMERCE_BUSINESS_REGION_DESC"/>
Remove AB inside default attribute of that element, so it has default=""
Let me know if you need more help
Regards,
Tihana