Create a new string that doesn't contain the character in question

public static String removeChar(String str, int position)
{
return...