import re
# essa regex também remove a barra  
res = re.sub('[]/[]', "", "[5/6]")
print(res)