Suppose we have this data file.
john 32 maketing executive jack 41 chief technical officer jim 27 developer dela 33 assistant risk management officer
Another way is to just use sed to replace the first digits and space match:
sed 's|[0-9]\+\s\+||' file