If you want to remove the 'J' wherever it appears:
newstr = oldstr.replace("J", "")
For central character removal :
midlen = len(oldstr)/2 newstr = oldstr[:midlen] + oldstr[midlen+1:]
Hope this helps you... For more tech stuffs please go to https://netgears.support/netgear-powerline/