#Japt, 8 bytes
Japt, 8 bytes
a@jYÉ êS a@jYÉ êS :Implicit input of string a :Last 0-based index that returns true (or -1 if none do) @ :When passed through the following function as Y j : Remove the character in U at index YÉ : Y-1 êS : Is palindrome?