sed 's/^\(.\)\{11\}//g' forsed
This would help in deleting 11 bytes from the begining of a line, i assume u are not working on binary(I fear about endian issues).
This one is a generic u can adapt to your need, like for a line or more or specific line etc.
I am not whether this is what u require
Hope this helps
Regards,
RUV