Using Gsub to replace field values

gsub => [“fwdPtPrecision”, “,”,""]

Try this. It will replace all the commas in the field fwdPtPrecision with a blank string, effectively removing the commas from the field.