LiquidCrystal library

  lcd.setCursor(0,0);
  lcd.print("    ");  //  Blank out the previous value with four spaces
  lcd.setCursor(0,0);
  lcd.print(potValue);