Possible to remove back slashes from InfluxDB query results

My apologies for this newb question… but I just started to use InfluxDB. I am using Grafana as the front end to graph SNMP bandwidth data and I am hoping there is a flag or something similar that will remove the \ from the query results to clean them up.

SHOW TAG VALUES WITH KEY = “ifAlias” WHERE hostname =~ /pr01/ AND ifAlias =~ /LEVEL3/

TRANSIT:\ FS01-EQSV5\ |\ 8:A:1\ ||\ LEVEL3\ ||\ CID:\ BDFK0906\ ||\ Cable-ID:\ 20258893\ ||\ Support:\ https://mylevel3.net\ ||\ US:\ 877-453-8353\ option\ 2,\ option\ 1
TRANSIT:\ LEVEL3\ ||\ AS:3356\ ||\ CID:\ BDFR6949\ ||\ Cable\ ID:\ 20278585\ ||\ Support:\ https://mylevel3.net\ ||\ US:\ 877-453-8353\ option\ 2,\ option\ 1

I am not sure if my question is InfluxDB related to more Grafana related to strip out the \ from the returned results. Any help would be greatly appreciated.